home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-08 | 333 b | 14 lines | [TEXT/MPS ] |
- # use to figure if new set of images overlaps any existing ones.
-
- search -q '(imf ' :lib:≈.imf >old
- search -q '(imf ' :images.imf >new
-
- sort old >oldsorted
- sort new >newsorted
-
- catenate oldsorted newsorted >catted
- sort catted >cattedsorted
- sort -unique cattedsorted >mergedsorted
-
- naxos:prog:moretools:diff mergedsorted cattedsorted
-